Expand description
Features
func-types
– Generate types for external functions.
impl-default
– Implement Default
for structs and unions.
user
(default) – Link to ntdll
.
kernel
– Link to ntoskrnl
on MSVC targets.
beta
– Unlock unstable features that require a beta compiler:
NtCurrentTeb
__readfsdword
__readgsqword
_bittest64
NtCurrentPeb
NtCurrentProcessId
NtCurrentThreadId
RtlProcessHeap
RtlCheckBit
implementation using_bittest64
on x86_64.